body
{
	background: url("candles.jpg"); /*or --#f2eace*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: orangered;
    background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: "sans-serif";
	overflow: hidden;
	box-sizing: border-box;
    width: 100%;
}

.wrapper{
	width: 800px;
	margin: auto;
}
nav{
	background-color: #222;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -flex; 
}


nav h2{
	margin: 0;
	color: #fff;
}

nav a{
	text-decoration: none;
	font-size: 24px;

}

nav ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-left: auto;
}

nav li{
	color: #fff;
	background: #262626;
	display: block;
	padding: 10px 25px;
	position: relative;
	text-decoration: none;
	transition-duration: 500ms;
}

nav li a{
	color: inherit;
}
nav>li>a {
    color: inherit;
    display: block;
    width: 30px;
    margin-left: auto;
}

nav li:hover,
nav li:focus{
	background-color:brown /*#cc2a36*/;
	color: #fff;
	cursor: pointer;
}
/*This part hides menu items within the menu bars, but wont yet show the items*/
nav ul li ul{
	position: absolute;
	transition: background-color 0.5s ease-in;
	margin-top: 10px;
	left: 0;
	display: none;
}
/*This makes items reappear*/
nav ul li:hover > ul,
nav ul li:focus > ul,
nav ul li ul:focus,
nav ul li ul:hover{
	opacity: 1;
	display: block;
}

nav ul li ul li{
	clear: both;
	width: 100%;
	animation: animate 800ms forwards ease-in;
	
}

nav ul li ul li:nth-of-type(1){
	transform-origin: top left;
	transform: skewX(45deg) scaleY(0);
	animation-delay: 70ms;
}

nav ul li ul li:nth-of-type(2){
	transform-origin: top right;
	transform: skewX(-45deg) scaleY(0);
	animation-delay: 150ms;
} 

nav ul li ul li:nth-of-type(3){
	transform-origin: top right;
	transform: skewX(45deg) scaleY(0);
	animation-delay: 300ms;
}

nav ul li ul li:nth-of-type(4){
	transform-origin: top right;
	transform: skewX(-45deg) scaleY(0);
	animation-delay: 450ms;
}

nav ul li ul li:nth-of-type(5){
	transform-origin: top right;
	transform: skewX(45deg) scaleY(0);
	animation-delay: 600ms;
}

nav ul li ul li:nth-of-type(6){
	transform-origin: top right;
	transform: skewX(-45deg) scaleY(0);
	animation-delay: 660ms;
}

nav ul li ul li:nth-of-type(7){
	transform-origin: top right;
	transform: skewX(45deg) scaleY(0);
	animation-delay: 780ms;
}

/*This part puts it all together and chops up the items in sections on display*/
@keyframes animate {
	to{
		transform: skewX(0deg) scaleY(1);
	}
}	
section {
    height: 100vh;
    background: /*#FAF1E9;*/
}



video
{     
     position:absolute;
     height: 60%;
     width: 95%;
     overflow: hidden;

}
.qienknowsfrench {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25%;	/*Will raise or lower delayed text line*/
	transform: translateY(-50%);
	width: 95%;
	text-align: center;
	color: #ddd;
	font-size: 5vw;
	font-family: "Great Vibes", Arial;
	letter-spacing: 0.1em;

}
.qienknowsfrench span
{
	opacity: 0;
	display: inline-block;
	animation: animate 1s linear forwards;
}

@media (max-width: 100px) {
	.qienknowsfrench {
		font-size: 3px;
	}
}






@keyframes animate
{
	0%
	{
		opacity: 0;
		transform: rotateY(90deg);
		filter: blur(10px);

	}
	100%
	{
		opacity: 1;
		transform: rotateY(0deg);
		filter: blur(0);


	}
}
/* .qienknowsfrench span:nth-child(1)
{
	animation-delay: 0.1s;
}
.qienknowsfrench span:nth-child(2)
{
	animation-delay: 0.3s;
}
.qienknowsfrench span:nth-child(3)
{
	animation-delay: 0.7s;
}
.qienknowsfrench span:nth-child(4)
{
	animation-delay: 1s;
}
.qienknowsfrench span:nth-child(5)
{
	animation-delay: 2s;
}
.qienknowsfrench span:nth-child(6)
{
	animation-delay: 2.25s;
}
.qienknowsfrench span:nth-child(7)
{
	animation-delay: 2.75s;
} 
.qienknowsfrench span:nth-child(8)
{
	animation-delay: 3s;
} 
.qienknowsfrench span:nth-child(9)
{
	animation-delay: 3.5s;
} 
.qienknowsfrench span:nth-child(10)
{
	animation-delay: 4s;
} 
.qienknowsfrench span:nth-child(11)
{
	animation-delay: 4.25s;
} 
.qienknowsfrench span:nth-child(12)
{
	animation-delay: 5s;
} 
.qienknowsfrench span:nth-child(13)
{
	animation-delay: 5.25s;
} 
.qienknowsfrench span:nth-child(14)
{
	animation-delay: 5.75s;
} 
.qienknowsfrench span:nth-child(15)
{
	animation-delay: 5.80s;
} 
.qienknowsfrench span:nth-child(16)
{
	animation-delay: 6.5s;
} 
.qienknowsfrench span:nth-child(17)
{
	animation-delay: 7.5s;
}
.qienknowsfrench span:nth-child(18)
{
	animation-delay: 8.50s;
} */

.qienknowsfrench .qien span:nth-child(1){
	animation-delay: 0.33s;
}

.qienknowsfrench .qien span:nth-child(2){
	animation-delay: 0.66s;
}

.qienknowsfrench .qien span:nth-child(3){
	animation-delay: 0.99s;
}

.qienknowsfrench .qien span:nth-child(4){
	animation-delay: 1.33s;
}

.qienknowsfrench .knows span:nth-child(1){
	animation-delay: 1.66s;
}

.qienknowsfrench .knows span:nth-child(2){
	animation-delay: 1.99s;
}

.qienknowsfrench .knows span:nth-child(3){
	animation-delay: 2.33s;
}

.qienknowsfrench .knows span:nth-child(4){
	animation-delay: 2.66s;
}

.qienknowsfrench .knows span:nth-child(5){
	animation-delay: 2.99s;
}

.qienknowsfrench .french span:nth-child(1){
	animation-delay: 3.33s;
}

.qienknowsfrench .french span:nth-child(2){
	animation-delay: 3.66s;
}

.qienknowsfrench .french span:nth-child(3){
	animation-delay: 3.99s;
}

.qienknowsfrench .french span:nth-child(4){
	animation-delay: 4.33s;
}

.qienknowsfrench .french span:nth-child(5){
	animation-delay: 4.66s;
}

.qienknowsfrench .french span:nth-child(6){
	animation-delay: 4.99s;
}

.qienknowsfrench .french span:nth-child(7){
	animation-delay: 5.33s;
}



.major-tm{
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 1px;
	/* position: absolute;
	bottom: 50px;
	right: 130px; */
}

.seating{
	color: #673232;
	text-align: center;
	font-family: ;
	font-weight: ;
	font-size: 18px;
	position: absolute;
	bottom: 75px;
}

.seatCount {
	color:white /*#004555;
	font-family: ;
	font-weight: 10px;
	font-size:15px ;
	position-bottom:50% ;

}

.bookWindow{
	color: white;
	font-family: ;
	font-weight: 8px;
	font-size:15px ;
	position-bottom:50% ;
}


.master-quote{
	color:#fff;
	text-align: center;
	font-family: ;
	font-weight:;
	font-size: 18px;
	position: absolute;
	bottom: 5px;
}



.qienknowsfrench{
	background-color: ;
	color: white;
	text-align: center;
	font-family: Bresley;
	font-weight: 40;
	font-size: 60px; 
}

/.qienknowsfrench

}
.box{
	width: 300px;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #191919;
	text-align: center;
}
.box h2{
  color: white;
  text-transform: uppercase;
  font-weight: 500;

}
.box input[type ="text"],.box input[type ="ID"]{
	text-align: center;
}
.box input[type = "text"]:focus,.box input[type = "ID"]{	
  width: 280px;
  border-color: #2ecc71;
}	
.box input[type ="submit"],.box input[type ="name"]{
  border: 0;
	background: none;
	display: block;
	margin: 20px auto;
	text-align: center;
	border: 2px solid #2ecc71;
	padding: 14px 40px;
	outline: none;
	color: white;
	border-radius: 24px;
	transition: 0.25s;
	cursor: pointer;

}
.box input[type = "submit"]:hover{
	background: tan;
}


h3{
	/*background-color: maroon;*/ 
	/* color: white;
	text-align: right;
	font-family: Palatino;
	font-weight: 40;
	font-size: 15px;
} */

/*h4{
	background-color: ;
	color: brown;
	text-align: left;
	font-family: arial;
	font-weight: 15;
	font-size: 14px;
}*/

    
h5{
    /* background-color: ; */
	color: white;
	text-align: center;
	font-family: script;
	font-weight: 15;
	font-size: 15px;
}

h6{
	background-color: ;
	color: white;
	text-align: left;
	position: absolute;
  font-family: script;
	font-weight: 15;
	font-size: 15px;
}

.memo-msg {
	position: absolute;
	bottom: 10px;
	left: 100px;
}

.memo-msg a {
	text-decoration: underline;
	color: red;
}



    	/*.tabSlide {
    		position: absolute;
    		top: 100px;
    		right: -810px;

    		width: 800px;
    		height: 500px;
    		padding: 10px;
    		border-radius: 20px;
    		background-color: #ffbd33;/*#2d3d91
    		

    		z-index: 1000;

    		transition: 1s ease-in-out;
    	}

    	.tabSlide:hover {
    		right: 3px;
    	}*/

    	.extras {
    		position: absolute !important;
    		bottom: 0px !important;
    		right: 40px !important;
    		display: flex !important;
    		padding: 0 !important;
    	}

    	.extrasB {
    		margin: 13px !important;
    		width: 83px !important;
    		height: 64px !important;
    		border-radius: 20px !important;
    		text-align: center !important;
    		color: white !important;
    		font-family: Arial !important;
    		background: linear-gradient(to right, brown, #e5aa2d) !important;/*bg-COLOR! #2d3d91*/
    	}

    	.tabContent {
    		margin: 20px;
    		padding: 10px;
    		border-radius: 20px;
    		font-size: 1rem;
    		background-color: rgba(0, 0, 0, 0.5);
    		color: #fff;
    		font-family: Arial;
    		font-weight: bold;
    	}
/*
    	.tabSlide2 {
    		position: absolute;
    		top: 210px;
    		right: -810px;

    		width: 800px;
    		height: 300px;
    		padding: 10px;
    		border-radius: 20px;
    		background-color: #ffbd33;
    		

    		z-index: 999;

    		transition: 1s ease-in-out;
    	}

    	.tabSlide2:hover {
    		right: 3px;
    	}

    	.tabPull2 {
    		position: absolute;
    		top: 225px;
    		left: -40px;

    		width: 50px;
    		height: 80px;
    		border-radius: 10px;
    		text-align: center;
    		color: white;
    		font-family: Arial;
    		font-size: 10px;
    		background: linear-gradient(to right, brown, #e5aa2d);
    	}

    	.tabContent2 {
    		height: 80%;
    		margin: 20px 0px;
    		padding: 10px;
    		border-radius: 20px;
    		font-size: 17px;
    		background-color: #e4e7f7;
    		font-family: Arial;
    	}

    	.tabContentPlayer2 {
    		width: 80%;
    		height: 70%;
    		margin: 10px;
    	}*/
/*media query stuff*/

/* Portrait */
@media (max-width: 380px) {
  	.tabSlide{
  		top: 400px;
  	}
}